Skip to content

Conversation

@khwilliamson
Copy link
Contributor

An enum constant isn't a macro; it can't be #undef-ined. This
distinction will matter in a future commit, so create a separate flag
for elements like this. I suspect this would also apply to other types
of elements, such as struct members, should we eventually need to deal
with those.

  • This set of changes does not require a perldelta entry.

This adds white space to a character class, and reorders things like Mm
to mM to make it much easier to read.
An enum constant isn't a macro; it can't be #undef-ined.  This
distinction will matter in a future commit, so create a separate flag
for elements like this.  I suspect this would also apply to other types
of elements, such as struct members, should we eventually need to deal
with those.
Previously, it was considered a macro.  But the previous commit created
a new flag for elements like this, which this commit now changes to use.
@khwilliamson khwilliamson merged commit 7924be7 into Perl:blead Jan 8, 2026
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants